home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00247.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  155 b   |  10 lines

  1. on exitFrame
  2.   global end
  3.   if the movieTime of sprite 5 < end then
  4.     go(the frame - 1)
  5.   else
  6.     puppetSprite(5, 0)
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.